how do i print when my bot is ready in discord.py

23

how do i print when my bot is ready in discord.py -

@client.event
async def on_ready():
      print("bot is alive!")

Comments

Submit
0 Comments